home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / blrplt.zip / README < prev    next >
Text File  |  1993-04-09  |  2KB  |  59 lines

  1. BoilerPlate is a program which gets you started on a new OWL program by
  2. generating the appropriate boiler plate code.  With BoilerPlate, you start
  3. by using Resource Workshop or WRT to design your primary resources (menu,
  4. accelerator, cursor, etc).  BoilerPlate then uses the resource file (and
  5. additional information you supply) to generate code for your application
  6. and main window objects, skeleton methods for menu selections, window
  7. message handlers, etc.  You'll be able to compile and run the code but
  8. until you flesh out the skeleton routines, it won't do much.
  9.  
  10. Here's the files included in this package:
  11.  
  12.   BLRPLATE.EXE    The main program
  13.   BLRPLATE.HLP    Its help file
  14.  
  15. The following are data files which BoilerPlate needs
  16.   SKEL.DAT    Skeleton source file
  17.   MESSAGES.DAT    Info on wm_xxxx messages
  18.   NOTIF.DAT    Info on notification methods
  19.   PROCS.DAT    Info on OWL methods
  20.  
  21. Two demo RES, INC files for experimentation
  22.   TDLGW.RES    A TDlgWindow demo
  23.   TDLGW.INC    Its include
  24.   TWIND.RES    A TWindow demo
  25.   TWIND.INC    Its Include
  26.  
  27.   BLRPLATE.DOC    Doc file
  28.   README    This file
  29.  
  30. Installation
  31.  
  32. BLRPLATE.EXE, BLRPLATE.HLP, and all the .DAT file should be copied to a
  33. single directory.  The remaining files are optional.  To run BoilerPlate,
  34. use the File|Run command from Program Manager.  You can also install
  35. BoilerPlate as an icon with Program Manager's File|New.
  36.  
  37. The DOC file is formatted to print using the DOS COPY command.  To print
  38. the docs, line up the paper in the printer so the top of the paper is
  39. just under the print head.  From the DOS prompt:
  40.  
  41.   >COPY BLRPLATE.DOC PRN<enter>
  42.  
  43. The use of BoilerPlate is free.  However, if you find it useful, have
  44. suggestions, or find bugs, I'd like to hear from you.  Future support,
  45. changes will probably depend on how useful it turns out to be.
  46.  
  47. Source code for BoilerPlate is available for $20 (need not be sent in
  48. advance).
  49.  
  50. Contact me by Compuserve (the best way) or at one of the addresses below.
  51.  
  52. Dave Baldwin
  53. CompuServe ID #76327,53.
  54.  
  55.      22 Fox Den Rd., (Summer)     144 13th St. East,  (Winter)
  56.      Hollis, NH 03049             Tierra Verde, FL 33715
  57.      (603) 465-7857               (813) 867-3030
  58.  
  59.